Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • What is*crit and*eform in r(table)?

    I run the following code:

    sysuse auto, clear
    regress mpg weight if foreign==1
    matrix list r(table)

    What is crit and eform in r(table)?

  • #2
    Crit is the critical t or Z value. -eform- refers to whether the coefficients have been exponentiated (see for example, logistic regression with and without the -or- option). If eform=0, then there was no exponentiation, or else 1 otherwise.

    Comment


    • #3
      Thanks!

      Comment

      Working...
      X